# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.676.12.17 -> 1.676.12.18 # arch/ia64/vmlinux.lds.S 1.6 -> 1.7 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/09/27 willy@fc.hp.com 1.676.12.18 # ia64: Discard *.text.exit and *.data.exit sections. # -------------------------------------------- # diff -Nru a/arch/ia64/vmlinux.lds.S b/arch/ia64/vmlinux.lds.S --- a/arch/ia64/vmlinux.lds.S Wed Oct 8 09:10:08 2003 +++ b/arch/ia64/vmlinux.lds.S Wed Oct 8 09:10:08 2003 @@ -13,6 +13,8 @@ /DISCARD/ : { *(.text.exit) *(.data.exit) + *(*.text.exit) + *(*.data.exit) *(.exitcall.exit) *(.IA_64.unwind.text.exit) *(.IA_64.unwind_info.text.exit)